Q3PickPartsStyle_Set
You can use theQ3PickPartsStyle_Set
function to set the picking parts style value of a picking parts style.
TQ3Status Q3PickPartsStyle_Set ( TQ3StyleObject pickPartsObject, TQ3PickParts parts);
pickPartsObject
- A picking parts style object.
parts
- A picking parts style value.
DESCRIPTION
TheQ3PickPartsStyle_Set
function sets the picking parts style value of the style object specified by thepickPartsObject
parameter to the value specified in theparts
parameter.